home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / answrbok / 2_5.lha / 2_5 / 2_5a_a2.c < prev    next >
Text File  |  1993-08-08  |  235b  |  11 lines

  1. * Copyright (c) 1990 by AT&T Bell Telephone Laboratories, Incorporated. */
  2. * The C++ Answer Book */
  3. * Tony Hansen */
  4. * All rights reserved. */
  5. include <stream.h>
  6. include <ctype.h>
  7. oid pr(int i)
  8.  
  9.    cout << chr(i) << " " << i << "\n";
  10.  
  11.